home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Disc to the Future 2
/
Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin
/
MAC
/
THINKC
/
TCL1
/
CPOPUPME
/
CPOPUPDE.H2
< prev
next >
Wrap
Text File
|
1989-08-19
|
432b
|
25 lines
/*****
* CPopupDemoApp.h
*
* Application class for a typical application.
*
*****/
#define _H_CPopupDemoApp /* Include this file only once */
#include <CApplication.h>
struct CPopupDemoApp : CApplication {
/* No instance variables */
void IPopupDemoApp(void);
void SetUpFileParameters(void);
void DoCommand(long theCommand);
void Exit(void);
void CreateDocument(void);
void OpenDocument(SFReply *macSFReply);
};